projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e922ec1
)
Remove nonexisting function from header
author
Benjamin Otte
<otte@redhat.com>
Tue, 19 Feb 2019 17:02:46 +0000
(18:02 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 19 Feb 2019 18:22:10 +0000
(19:22 +0100)
gtk/gtkprivate.h
patch
|
blob
|
history
diff --git
a/gtk/gtkprivate.h
b/gtk/gtkprivate.h
index 3662d688382947b7687e5146875173b5dac73909..4f35ebec6622a0f092b700154dbb8dc8411d9394 100644
(file)
--- a/
gtk/gtkprivate.h
+++ b/
gtk/gtkprivate.h
@@
-101,12
+101,6
@@
gboolean gtk_widget_translate_coordinatesf (GtkWidget *src_widget,
double *dest_x,
double *dest_y);
-GtkWidget * _gtk_toplevel_pick (GtkWindow *toplevel,
- gdouble x,
- gdouble y,
- gdouble *x_out,
- gdouble *y_out);
-
gdouble _gtk_get_slowdown (void);
void _gtk_set_slowdown (gdouble slowdown_factor);